home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / 68kgraph.arc / BIT.H < prev    next >
Encoding:
Text File  |  1986-12-13  |  1.0 KB  |  21 lines

  1. ******************************************************************
  2. * COPYRIGHT (C) 1986 by Donald Krantz and James Stanley
  3. * - Note: This is a real, live, actual, registered copyright,
  4. *   and should be treated as such. This source code is from
  5. *   the book "68000 Assembly Language", Krantz and Stanley,
  6. *   Addison-Wesley Publishing Company, Reading, MA, 1986.
  7. *   Permission granted by the authors for non-commercial use
  8. *   in programs released to the public domain, as long as this
  9. *   copyright notice remains attached and visible.
  10. *
  11. *****************************************************************
  12. * BIT MAPPED GRAPHICS HEADER
  13. hor_w    equ    20        * words in horizontal row
  14. hor_b    equ    hor_w*16    * bits in horizontal row
  15. vert    equ    200        * number of rows of pixels
  16. jam_m    equ    $01        * jam mode value
  17. comp_m    equ    $02        * complement mode value
  18. set_m     equ    $04        * set mode value
  19. clr_m    equ    $08        * clear mode value
  20.